home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / e-n / hsc / src_docs / makeimg < prev    next >
Text File  |  1995-09-04  |  411b  |  21 lines

  1. ;
  2. ; this one converts all *.iff files of the directory src_docs/image/
  3. ; to *.gif files in docs/image/
  4. ;
  5. ; it is not envoked automatically after updating any of the *.iff files
  6. ; because i know to less about makefile to perform that task.
  7. ;
  8. list image/#?.iff nohead quick lformat="iff2gif image/%n /docs/%p%m.gif" >t:conv_img
  9. execute t:conv_img
  10. delete t:conv_img quiet
  11. echo "images converted to *.gif"
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.